Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(security): Update AuthenticatedRestTemplate #202

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

byronantak
Copy link
Collaborator

@byronantak byronantak commented Nov 27, 2024

  • Create service to check if the proxy is health
    • It only does a proxy health check only on start-up
    • Add unit tests for the service
  • Add more debug logs to help identify which auth flows were taken
  • Add missing exception case for final CSRF request
    • it used to fail silently before if a non 200 response was received
  • Create Proxy interceptor
    • Only go through the proxy if the proxy is healthy

@byronantak byronantak force-pushed the feat/authenticated-rest-template branch 8 times, most recently from 1b8fdc8 to da78ae3 Compare December 2, 2024 11:18
@byronantak byronantak force-pushed the feat/authenticated-rest-template branch from da78ae3 to 0415d4e Compare December 2, 2024 13:56
@byronantak byronantak marked this pull request as ready for review December 2, 2024 14:39
@byronantak byronantak requested a review from a team as a code owner December 2, 2024 14:39
@byronantak byronantak force-pushed the feat/authenticated-rest-template branch from 0415d4e to 1a6beff Compare December 2, 2024 14:46
@byronantak byronantak requested a review from maallen December 3, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants